home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 346 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.7 KB

  1. Subject: Re: Digested
  2. Date: Tue, 7 Jun 1994 13:13:56 +0200 (MDT)
  3. In-Reply-To: <9406070954.AA28457@cscmgb.cc.ic.ac.uk> from "r.mellish@ic.ac.uk" at Jun 7, 94 10:54:23 am
  4. From: Annius.Groenink@cwi.nl (Annius Groenink)
  5. X-Face: "E3Hm]k]&:,OEP<{D2ixJf>-9[qOGLebNa0&cQyFL-a~)kTM3&&I"gFw=fJ]K%1IduGjOE`
  6.  ZGu]&~G]QNGa7i/L!+#Xng<|+}HKYHj~5?fTInUEUh0$I1gBI7jrA!&_|e/pR1[cX:^xgJTPsrjA_9
  7.  m8Zli[|.-u{]+c1(6C7mL*m`/_J\>.{4!:g
  8. Mime-Version: 1.0
  9. Precedence: bulk
  10.  
  11.  
  12.  
  13. > I have to agree. If we have code numbers, we will need to have someone to
  14. > co-ordinate them. People are just not going to bother, especially software
  15. > authors who are not net connected. Text, rather than numbers, is the way
  16. > to go.
  17.  
  18. I think we have enough evidence that it is now.
  19.  
  20.  
  21.  [warwick]
  22.  
  23. > > Dedicated sections can be achieved by following the
  24. > > Xdefaults method, where `sections' are just prefixes to the attribute,
  25. > > ie.
  26. > > 
  27. > >      *Edith.*SaveAs: Ctrl-A
  28. > > 
  29. > > Which matches:
  30. > >     Editor.Edith.SaveAs
  31. > >     Editor.Edith.Binary.SaveAs
  32. > > 
  33. > > but not:
  34. > >     Editor.Everest.SaveAs
  35. > > 
  36. > > Whereas:
  37. > >      Editor.*SaveAs: Ctrl-A
  38. > > 
  39. > > matches:
  40. > >     Editor.Everest.SaveAs
  41. > >     Editor.Edith.SaveAs
  42. > >     Editor.Edith.Binary.SaveAs
  43. > > 
  44. > > but not:
  45. > >     Painter.TruePaint.SaveAs
  46.  
  47.  
  48. This is very good!  The dots will avoid the need for case sensitivity
  49. but still allow a * to match several fields at once.  Except of course,
  50. that I think the keys should be on the left side,  and the actions on
  51. the right,  as you're mapping keys to actions rather than the other
  52. way round.  See also my digestive of 7th June.  'The other way round'
  53. also provides a way of definining other things than key shortcuts,  such
  54. as interface appearance and what have we.
  55.  
  56.